/*2021事业单位&军队文职*/
.sydwjdwz2021 {
  box-sizing: border-box;
  border: solid 2px #da2f2f;
  padding-bottom: 36px;
  margin-top: 40px;
  box-shadow: 0 0 27px rgba(252, 103, 103, .2);
  background-image: url(https://www.huatu.com/images/2020img/pic/sydwbg.png);
  background-repeat: no-repeat;
}

.sydwjdwz2021_title {
  width: 100%;
  height: 96px;
  line-height: 96px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.sydwjdwz2021_title span {
  color: #fffa38;
}

.sydwjdwz2021_title_l,
.sydwjd_content_l {
  box-sizing: border-box;
  float: left;
  width: 656px;
  padding-left: 28px;
}

.sydwjdwz2021_title_l a {
  float: left;
  color: #fff;
}

.sydwjdwz2021_title_r,
.sydwjd_content_r {
  box-sizing: border-box;
  float: right;
  width: 612px;
  padding-right: 28px;
}

.sydwjd_news_title {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 22px;
}

.sydwjd_news_title a {
  color: #ed213a;
  line-height: 32px;
}

.sydwjd_news {
  line-height: 30px;
}

.sydwjd_news dd {
  max-width: 100%;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sydwjd_btn_wrap {
  margin-top: 16px;
}

.sydwjd_btn {
  float: left;
  width: 19.2%;
  height: 56px;
  margin-right: 1%;
  line-height: 56px;
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(to right, #f69d3f, #f8853b, #f97138);
  background-color: #f69d3f;
  font-size: 18px;
  color: #fff;
  transition: transform .5s ease;
}

.sydwjd_content_r .sydwjd_btn {
  width: 24.25%;
}

.sydwjd_content_r .sydwjd_btn:nth-child(4) {
  margin-right: 0;
}

.sydwjd_btn:hover {
  transform: translateY(-5px);
  color: #fff !important;
}

.sydwjd_btn:nth-child(5) {
  margin-right: 0;
}

.sydwjd_btn02 {
  background: linear-gradient(to right, #5db9fc, #5e9afc, #5e6efb);
}

.sydwjd_btn03 {
  background: linear-gradient(to right, #29b5d1, #39c0c4, #4cceb4);
}

.sydwjd_btn04 {
  background: linear-gradient(to right, #ae84f6, #6f90e7, #399bda);
}

.sydwjd_btn05 {
  background: linear-gradient(to right, #fa1d07, #fc3106, #fd4805);
}

.sydw_swiper {
  position: relative;
  width: 100%;
  padding-top: 74px;
  box-sizing: border-box;
  overflow: hidden;
}

.swiper_por_txt {
  position: absolute;
  top: 25px;
  left: 0;
  width: 130px;
  font-weight: bold;
}

.sydw_swiper .swiper-pagination {
  position: absolute;
  top: 22px;
  left: 0;
  bottom: auto;
  text-align: left;
}

.sydw_swiper .swiper-pagination-bullet {
  width: auto;
  padding-bottom: 6px;
  margin: 0 6px !important;
  height: 28px;
  background: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  cursor: pointer;
  opacity: 1;
  line-height: 28px;
  text-align: center;
  border-bottom: 1px solid transparent;
}

.sydw_swiper .swiper-pagination-bullet-active {
  position: relative;
  border-color: #ec3524;
  margin: 0 !important;
  color: #ec3524;
}

.sydw_swiper .swiper-slide {
  box-sizing: border-box;
  width: 151px;
  margin-right: 8px;
  height: 130px;
  border: 1px solid #ee3e24;
  border-radius: 8px;
}

.slide_title {
  height: 46px;
  line-height: 46px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(to right, #ee3c24, #f25223, #f86d23);
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.swiper_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.swiper_flex a.active {
  margin-left: 10px;
}

.sydwjd_content_r .sydwjd_btn_wrap {
  margin-top: 20px;
}

.jd_rec {
  margin-top: 22px;
}

.jd_rec a {
  float: left;
  width: 188px;
  height: 116px;
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.jd_rec a:last-child {
  margin-right: 0;
}

.jd_rec a img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

.jd_rec a:hover img {
  transform: scale(1.04);
}

@media screen and (max-width:1500px) {
  .sydwjdwz2021_title {
    font-size: 26px;
  }

  .sydwjdwz2021_title_l,
  .sydwjd_content_l {
    width: 600px;
  }

  .sydwjdwz2021_title_r,
  .sydwjd_content_r {
    width: 524px;
  }

  .sydw_swiper .swiper-pagination-bullet {
    padding-bottom: 4px;
    font-size: 14px;
  }

  .sydw_swiper .swiper-slide {
    width: 137px;
  }

  .jd_rec a {
    width: 158px;
    height: 98px;
  }

  .sydwjd_btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .sydwjd_content_r .sydwjd_btn_wrap {
    margin-top: 20px;
  }

  .sydw_swiper .swiper-slide {
    height: 120px;
  }

  .swiper_flex a {
    font-size: 14px;
  }
}